home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Jun 90 / MacApp.Tech$ 6⁄1⁄90 / 1382-MATextBox right just-May90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  681 b   |  22 lines  |  [TEXT/GEOL]

  1. Item    1230764                         30-May-90        16:00PDT
  2.  
  3. From:   NAUTIL                          France - Dev, Nautil Info Lyon,IDV
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. Sub:    MATextBox right justification
  8.  
  9. Porting an application from 2.0ß9 to 2.0 final, I have encountered some display
  10. problems. The procedure "MATextBox" introduced in MacAPP 2.0 final truncates a
  11. right justified text if the box has a width < 20:
  12.  
  13.    WITH destRect DO
  14.    right := left + Max(Max(right - left, widMax), 20);
  15.  
  16. Can anyone confirm that, in MacApp 2.0 final, a TStaticText with a right
  17. justification need to have its fSize.h >= 20?
  18.  
  19. Thanks,
  20. Etienne Vautherin
  21.  
  22.